curl --location 'http://localhost:3000/orders/1'
{ "id": 1, "customerEmail": "customer@example.com", "totalAmount": "45.50", "status": "PENDING", "createdAt": "2026-03-10T10:30:00.000Z" }
Retrieve a single order by its ID
PENDING
PAID
CANCELLED